home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / More Stacks / Clip Art / background_2707.txt < prev    next >
Text File  |  1989-09-06  |  2KB  |  121 lines

  1. -- background: 2707 from stack: in
  2. -- bmap block id: 3313
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   show message box
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=52 top=36 right=59 bottom=483
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 14
  21. -- style flags: 0
  22. -- line height: 18
  23. -- part name: first
  24.  
  25.  
  26. -- part 3 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=93 top=254 right=285 bottom=133
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 32670 / 32670
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: View
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   show all cards
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 4 (button)
  46. -- low flags: 00
  47. -- high flags: 0000
  48. -- rect: left=433 top=255 right=283 bottom=462
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 1012 / 1012
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: Return
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   visual effect iris close
  60.   pop card
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 5 (button)
  66. -- low flags: 00
  67. -- high flags: 0000
  68. -- rect: left=254 top=256 right=282 bottom=284
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 1013 / 1013
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Next
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   go to next card
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 6 (button)
  85. -- low flags: 00
  86. -- high flags: 0000
  87. -- rect: left=230 top=256 right=282 bottom=256
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 1014 / 1014
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Prev
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   go to previous card
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 7 (button)
  104. -- low flags: 00
  105. -- high flags: 0000
  106. -- rect: left=43 top=249 right=290 bottom=87
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 1011 / 1011
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: 
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   visual effect iris close
  118.   go home
  119. end mouseUp
  120.  
  121.